| Description | : Get the list of API tokens in an application. The token value will never be returned for security reasons. |
| Reference | : Link ¶ |
⚼ Request
GET:
/apiTokens
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
token:
string
,
expiry:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
requestId:
string
,
time:
string
,
}